(ibuffer-formats): Make name and size columns wider.
authorJohn Paul Wallington <jpw@pobox.com>
Sun, 24 Aug 2003 18:09:07 +0000 (18:09 +0000)
committerJohn Paul Wallington <jpw@pobox.com>
Sun, 24 Aug 2003 18:09:07 +0000 (18:09 +0000)
lisp/ibuffer.el

index 23bf4e55d680cd198586fa8bb29c805015c10bfb..8d7e0970698c6406c11d5192d465ae4250ad7e0d 100644 (file)
@@ -47,8 +47,8 @@ Operations include sorting, marking by regular expression, and
 the ability to filter the displayed buffers by various criteria."
   :group 'convenience)
 
-(defcustom ibuffer-formats '((mark modified read-only " " (name 16 16 :left :elide)
-                                  " " (size 7 -1 :right)
+(defcustom ibuffer-formats '((mark modified read-only " " (name 18 18 :left :elide)
+                                  " " (size 9 -1 :right)
                                   " " (mode 16 16 :right :elide) " " filename-and-process)
                             (mark " " (name 16 -1) " " filename))
   "A list of ways to display buffer lines.